-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test fixes #618
base: master
Are you sure you want to change the base?
Test fixes #618
Conversation
Set DEPENDENCIES_MPIDE_DIR to the the newest directory in DEPENDENCIES_DIR matching mpide-0023-*
Build is failing because pyserial 3.0.1 is already installed and can't be uninstalled. Instead, add --ignore-installed flag to pip command so that pyserial 2.7 will be installed without the need to uninstall 3.0.1.
Add DEPENDENCIES_FOLDER path to ARDUINO_FILE missing in subshell. Also add additional debug output viewable in CI log.
Thanks for the PR. What are your thoughts? I like the |
no idea @sudar, travis seems to break more often than its worth, so anything that attempts to fix it is great! |
what about moving to github actions? they offer much more than travis, are free and you can also run macOS to test this platform, not just linux. |
I manually cherry picked merged the runtest.sh niceties. I'd already made changes to get the tests running again so merging this PR would have been more work - I think that's why conflicts are showing. So the |
Various fixes to test scripts:
bootstrap.sh
runtests.sh
Common.mk